@charset "utf-8";

.gall_row figure {
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer
}

.gall_row figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8
}

.gall_row figure figcaption {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.8);
}

.gall_row figure:hover figcaption{
    opacity: 1;
}


.gall_row figure figcaption::before,
.gall_row figure figcaption::after {
    pointer-events: none
}

.gall_row figure figcaption,
.gall_row figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gall_row figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.gall_row figure .post-head {
    display: block;
    word-spacing: -0.15em;
}

.gall_row figure .post-head,
.gall_row figure .desc {
    margin: 0
}

.gall_row figure .desc {
    font-size: 12px;
}

figure.bx-grandi {
    position: relative;
}

figure.bx-grandi {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

figure.bx-grandi img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px)
}

figure.bx-grandi:hover img {
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.bx-grandi figcaption::before,
figure.bx-grandi figcaption::after {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}



figure.bx-grandi .post-head,
figure.bx-grandi .desc {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

figure.bx-grandi .desc{
    display: none;
}

figure.bx-grandi .post-head {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}

figure.bx-grandi .desc {
    padding: .25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}

figure.bx-grandi:hover .post-head {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

figure.bx-grandi:hover .desc {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}